home *** CD-ROM | disk | FTP | other *** search
/ Easy Personal Web Page / Easy Personal Web Page.iso / NOTES / TROUBLE.TXT < prev   
Text File  |  1997-01-12  |  14KB  |  298 lines

  1.  
  2. ==================================================================
  3.             T R O U B L E - S H O O T I N G    G U I D E
  4. ==================================================================
  5.  
  6. IF YOU RUN ANY PROGRAM UNDER WINDOWS' 95, MAKE SURE YOU TURN OFF
  7. THE SCREEN SAVER OPTION.  You also need 16Mb of RAM, to be on the
  8. safe side.  
  9.  
  10. SOME PROGRAMS ON THIS CD-ROM ARE FOR WINDOWS'NT, 95, LINUX, UNIX,
  11. AND MAC (file extensions .TAR, HQX, etc), YOUR SYSTEM WILL NOT
  12. BE ABLE TO READ THESE FILES IF YOU USE WINDOWS 3.1X.  IT MAY
  13. EVEN MISTAKENLY REPORT CD-ROM ERROR WHEN ENCOUNTER FILE NAMES
  14. LONGER THAN 8 LETTERS. UPGRADE YOUR WINDOWS TO WIN'95 TO FIX 
  15. THIS PROBLEM.
  16.  
  17.  
  18. IF YOUR USE DOS 6.XX, MAKE SURE YOUR CONFIG.SYS HAS THIS LINE:
  19. SHELL=C:\DOS\COMMAND.COM C:\DOS /P /E:345
  20.  
  21. You PC may not be able to lauch or recognize small batch file
  22. without the above command line.
  23.  
  24. 1.  Problem due to insufficient RAM to load program.
  25. Symptoms:  "Not enough memory to load program"
  26. Suggestions:
  27. a.  Install more memory
  28. b.  Run MemMaker (from MS-DOS 6.x) to optimize your memory setting
  29. or use any memory manager to reconfigure your system.
  30. c.  Remove as many as non-essential drivers and TSR programs.
  31. d.  If running Windows programs, close as many Windows as possible.
  32.  
  33. 2.  Problems due to programs try writing to the CDROM.
  34. (CD is a READ-ONLY device, cannot be written to)
  35. Correction:  Some programs need to update score or data files when you
  36. exit the program.  Your computer may hang or give an error message when
  37. the program tries writing to the CDROM.  Either ignore the error and 
  38. reset the system OR copy program to hard drive.
  39.  
  40. 3.  Certain programs or games, especially the graphics-intensive ones, 
  41. tends to take a long time to load program into screen, WHY?  
  42. How to speed it up?
  43. Answer:  The access time of most double speed CD-ROM drive is about
  44. 200- 300ms (compare to hard drives' 10- 30ms), so it is a lot SLOWER
  45. when loading big programs.  You may want to get a quad-speed CD-ROM
  46. or install cache program that will speed up CD-ROM drive.  Note that
  47. not every cache program speeds up CDROM access time.
  48.  
  49. 4.  Some games or program run fine on its existing settings, 
  50. it freezes, hangs, or give a disk error or I/O error message when 
  51. I try to change its setting.
  52. Answer:  Since CD is a READ-ONLY media, game settings that have been
  53. written onto it cannot be changed.  You get the above symptoms if you
  54. try to change it.  Either run the program as is OR copy it onto your
  55. hard disk, then you can change its setting without problem.
  56.  
  57. 5.  Program still freezes or gives "I/O error" or "Access Denied"
  58. messages even after I have copied program from CD-ROM to my 
  59. hard disk.
  60. Answer:  The file attribute of the programs is set to "R" (read-only)
  61. when they are copied to the CD-ROM.  You have copied these files
  62. with the "R" attribute.  If you don't remove the "R" attribute, your
  63. PC will not be able to write or update certain data files and give
  64. you I/O and access error messages. Run the following command 
  65. to remove the "R" attribute:
  66.        ATTRIB *.* -R /S
  67.  
  68. 6.  Program does not run properly even though I did what are
  69. suggested in #5.
  70. Answer:  Some programs may need an "actual install" (install 
  71. under certain designated directory name or create sub-directories
  72. in a certain order).  Try looking for any file with names like
  73. INSTALL.EXE, INSTALL.BAT, or INST???.exe; run the file and
  74. do an installation to ANOTHER subdirectory.  Also read any
  75. .DOC or .TXT file for instructions.
  76.  
  77. 7. How to figure out the playing commands?
  78. Answer: There are two ways:
  79. a.  Most programs has a help key, "F1" is the most popular one.
  80. The help key will give you command summary and other essential info.
  81. So look for the help key on your screen.  If no help key is found,
  82. see if you can found a cursor on screen.  You may control the cursor
  83. with arrow keys or mouse.  Then try out different buttons or choices.
  84. b.  Exit the program and manually log into the subdirectory in which
  85. the game resides.  Look for any file with .DOC or .TXT extension and
  86. read it with DOS's EDIT or the LIST, SEE utility (copies in the NOTES
  87. sub-directory). Most games comes with instructions in the form of 
  88. README file, or README.TXT, or README.DOC, or MANUAL.TXT, or 
  89. MANUAL.DOC.  You can print out the instruction with EDIT (from DOS), 
  90. or SEE or LIST or your favorite word processor.
  91. For Windows programs, look for the files with .WRI extension, you
  92. can read it by simply "clicking" on the file.
  93.  
  94. 8.  How to EXIT or get out of certain games and demo?
  95. Answer:  Some software authors are too lazy to write the exit routine.
  96. Most common commands to get out of a program are:
  97.    ESC       F10
  98.    CTRL-X;   CTRL-Q;  CTRL-U;  CTRL-Break; CTRL-ESC;  CTRL-PRINT SCREEN
  99.    ALT-X;    ALT-Q;   ALT-ESC
  100.    F10       CTRL-ALT-DEL
  101. FOR WINDOWS: ATL-F4   
  102.  
  103. When everything fails, use CTRL-ALT-DEL keys.  DON'T use reset button
  104. when running WINDOWS, you may damage the hard disk.
  105.  
  106. 9.  Some games run fine under certain DOS version like DOS 5.0 and do
  107. not run under 6.0 or later.
  108. Suggestion:  Make sure you have this line "DEVICE=C:\DOS\SETVER.EXE" 
  109. in your CONFIG.SYS.  Then run SETVER to set the game program to the 
  110. DOS version that it will operate.  For example, if GAME.EXE will run
  111. under DOS 5 and you are using DOS 6, run this command:
  112.         C:>SETVER GAME.EXE 5.0
  113.  
  114. You need to reboot system for the changes to be effective.
  115. Refer to DOS manual on SETVER if you have any questions.
  116.  
  117. 10.  Problem due to insufficient video memory and incorrect video 
  118. card driver. (Some games require you to choose a video driver, 
  119. some high-resolution games need more than 512k video RAM)
  120. Symptoms:  There's no picture on screen, but the hard disk sounds like
  121.            it is retrieving something.
  122.            Strange colors in pictures.
  123. Correction:  If you have another VGA card, try it to see if problem 
  124. persists. Find a VGA card with more memory. Choose a different video 
  125. driver to see if problem goes away.
  126.  
  127. 11.  Problem due to pointing devices such as mouse and joystick
  128. (Some games won't run without a mouse)
  129. Correction:  Load the mouse driver and install a mouse.  If the mouse
  130. is jumpy or erratic, check if the mouse driver load is the correct one.
  131. Also check if serial port and/or mouse is defective or not.
  132.  
  133. 12.  Problems due to incorrect sound drivers, program crashes or
  134. refuses to run.
  135. Correction:  If the program assumes you have a sound card installed
  136. and you have none, run the setup or install utility of the program,
  137. select PC speaker or none (no sound card).  Then the program won't
  138. look for a sound card when running.
  139. If you have a sound card and the program reports no sound card or
  140. incorrect driver, re-install your sound card driver that comes with
  141. the card; check if problem goes away; if not; run the setup or install
  142. utility of the program.
  143.  
  144. 13.  Problems due to previous program has initialized a system 
  145. setting and "forget" to re-initialize the system when exiting
  146. down the programs.
  147. Symptoms:  Program A will run ONLY you have restart the computer;
  148. or Program A won't run if Program B is run before it.
  149. Correction:  When everything else fail to fix the problem, restart
  150. the computer and try again
  151.  
  152. 14.  Some games runs fine on its existing settings, it freezes, hangs,
  153. or give a disk error or I/O error message when I try to change its
  154. setting.
  155. Answer:  Since CD is a READ-ONLY media, game settings that have been
  156. written onto it cannot be changed.  You get the above symptoms if you
  157. try to change it.  Either play the games as is OR copy it onto your
  158. hard disk, then you can change its setting without problem.
  159.  
  160. 15.  I get "PATH NOT FOUND" error after runing the DESCENT game.
  161. Answer:  Descent re-initialize the path statement in the system
  162. in a way the default setting has changed.  Simply exit installation
  163. menu and type GO and enter again.
  164.  
  165. MOST OF THE PROBLEMS THAT YOU RUN INTO WILL GO AWAY WHEN YOU COPY
  166. THE PROGRAM ONTO THE HARD DRIVE, IF NOT, ALSO RUN "SETUP", OR 
  167. "CONFIG" TYPE PROGRAM/ UTILITY TO CHANGE THE DEFAULT SETTING TO
  168. THE ONE THAT MATCH YOUR SYSTEM.
  169.  
  170. If copying the game from CD-ROM to hard disk does not fix the
  171. problem, copy the ZIP files fo the game to hard disk, uncompress
  172. it using PKUNZIP or UNZIP, re-run INSTALL, CONFIG, or SETUP.
  173. Then the game should run fine.  Problems of this sort is caused
  174. by file names characters not allowed for ISO 9660 standard for
  175. CD-ROM.
  176.  
  177.  
  178.  
  179. ====================================================================
  180.                    WINDOWS SPECIFIC PROBLEMS
  181. ====================================================================
  182. The Windows Operating System is more complicated than DOS.  It 
  183. operates on top of MS-DOS and also has more problems than DOS.  
  184. So many factors can affect the operating of your programs.  
  185. The following is only a partial lists:
  186.    - hardware problems: compatibility issues
  187.    - software problems: driver problems, bugs
  188.    - address conflicts: IRQ conflicts, memory address conflicts
  189.  
  190. Microsoft has published a WINDOWS RESOURCES KIT ($20), which is 
  191. very useful in troubleshooting your WINDOWS problems.  Also there 
  192. is a book called "1-800-WINDOWS HELP" that is pretty good.
  193.  
  194. Most Windows problems are memory-address related.  If you get
  195. "GENERAL PROTECT FAULT" or whatever memory error messages, try
  196. unloading as many programs as possible and re-run your program,
  197. if it still does not work, exit WINDOWS, reboot system, and reload
  198. program; if it still does not work, check your CONFIG.SYS and
  199. remove or rearrange the order of loading device drivers, reboot,
  200. reload program.
  201.  
  202. GP Errors are normally caused by incompatible or outdated
  203. device drivers.
  204.  
  205. Many problems occur after you run program A and try to load program B
  206. (program B works only when you do a fresh reboot).  Some lazy 
  207. programmmers do not follow the written procedures in unloading 
  208. their programs, thus causing problems.
  209.  
  210.  
  211. 1.  Problem due to incorrect Windows video driver.
  212. Symptoms:  Picture looks like missing some colors or shows only 16 colors.
  213. Correction: Exit Windows. Log into Windows subdirectory and run SETUP.
  214.             Move cursor bar to video driver and re-install video driver
  215.             with the driver disks that come with your video card.  Make
  216.             sure choose the one with 256 colors.
  217.  
  218. 2.  Certain Parts of the image are too bright on too dark.
  219. Correction:  Due to the hardware differences between different
  220.              monitors and video cards, you may need to adjust the
  221.              brightness and intensity of your monitor to get the
  222.              best images.
  223.  
  224. 3.  Problem due to insufficient video memory and incorrect video card driver
  225. Symptoms:  There's no picture on screen, but the hard disk sounds like
  226.            it is retrieving something.
  227.            Strange colors in pictures 
  228. Correction:  If you have another VGA card, try it to see if problem persists.
  229. Find a VGA card with more memory. Choose a different video driver to see
  230. if problem goes away.
  231.  
  232. 4.  WINDOWS does not boot up from the default menu in the CD-ROM.
  233. Correction:  WINDOWS directory is not in the DOS path.  Simply add
  234.              WINDOWS in your DOS path in your AUTOEXEC.BAT.
  235.  
  236. 5.  I get "SHARING VIOLATION" when running file Viewer.
  237. CORRECTION: DOS version earlier than 6.22 will give you this error
  238.             message.  Simpy add SHARE in your AUTOEXEC.BAT:
  239.             C:\DOS\SHARE
  240.             If you still have problem, log in the VSHARE directory
  241.             and read the README.TXT file for further details.
  242.  
  243. 6.  I see garbage or nothing on screen when reading some .DOC or .TXT file.
  244. CORRECTION: 1. Some foreign language file will be shown as garbage
  245.                if you did not load the operating system in that
  246.                foreign language in your computer or if you don't
  247.                load the foreign fonts before your read the foreign
  248.                language files.  
  249.             2. You may not have the right file viewer because
  250.                Microsoft Word documents also has .DOC extension. 
  251.                Use Microsoft Word or WORD VIEWER (enclosed in 
  252.                the WORDVIEW directory).  Simply click on the
  253.                WORDVIEW.EXE file and run it directly from the
  254.                CD-ROM, no installation is need.
  255.  
  256. 7.  I get "I/O error" or "access denied" messages when I run the 
  257. program from CD-ROM.
  258. Corrections:  Some programs create some temporary files or
  259. write to whichever directory on which they reside.  Since CD-ROM
  260. is a REASD-ONLY media (means your computer can't write on it),
  261. you will get the above error message when writing on it.
  262. Simply copy the files to your hard disk and run from there.
  263. If .ZIP files are available in the directory, click on it twice
  264. and unzip the original files to your hard disk.  If otherwise,
  265. run any "INSTALL.EXE" file in the directory if available;
  266. if not, simply copy all the files onto your hard disk, then
  267. log into the new directory and run the following command:
  268.    ATTRIB *.* -R   (ENTER)
  269. Please run this command under DOS.  Files originated from CD-ROM  
  270. are all marked READ-ONLY, so that your computer will not write
  271. on it and damage your CD-ROM drive.  When you copy this files 
  272. into your hard drive, your computer does NOT remove the READ-ONLY
  273. attribute from the files.  You will still get "Path/access denied"
  274. message if you do not manually remove it.
  275.  
  276. 8.  The program gives an error messages saying some files like
  277. VBRUNx00.DLL or some DLL files is missing.
  278. CORRECTION:  We have included a collection of common DLL files
  279. in the DLL directory.  Simply copy the one that you need into
  280. that program directory.
  281.  
  282.  
  283.  
  284. -- Copyright 1996-97,  P.I.E.
  285.  
  286.  
  287. "Windows" and "Windows '95" are registered trademarks of Microsoft
  288. Corporation.
  289.  
  290. All trademarks recognized and are the properties of its 
  291. respective owners.
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.